These functions are only applicable when the input is a data reference, file, handle or pointer.
Specifies the portion of an input data reference, file, handle or pointer that a graphics exporter is permitted to read. This would be useful if, for example, the source was a JPEG image embedded within a larger file.
pascal ComponentResult GraphicsExportSetInputOffsetAndLimit ( GraphicsExportComponent ci,
unsigned long offset,
unsigned long limit);
Retrieves the current input offset and limit.
pascal ComponentResult GraphicsExportGetInputOffsetAndLimit ( GraphicsExportComponent ci,
unsigned long *offset,
unsigned long *limit);
| Previous | Chapter Contents | Chapter Top | Next |